home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
misc
/
designerv1_50.lha
/
Designer
/
MultipleDemo
/
Defs.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-15
|
220 b
|
10 lines
struct WindowNode
{
struct WindowNode *ln_Succ;
struct WindowNode *ln_Pred;
struct Window *Win;
struct Gadget *WinGList;
struct Gadget *WinGadgets[10];
void * WinVisualInfo;
struct DrawInfo *WinDrawInfo;
};